home *** CD-ROM | disk | FTP | other *** search
- PICTFile = {
- SUPERCLASS = File;
- };
- PictConverter = {
- SUPERCLASS = AbstractConverter;
- };
- ProgressIndicator = {
- SUPERCLASS = View;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- TextConverter = {
- SUPERCLASS = ResultObject;
- };
- File = {
- SUPERCLASS = ResultObject;
- };
- TextFile = {
- SUPERCLASS = File;
- };
- ConvertController = {
- ACTIONS = {
- appWillTerminate:;
- PrepareForConversion:;
- appDidInit:;
- displayPreferences:;
- UserDecided:;
- };
- OUTLETS = {
- spellingCommand;
- SourceFileName;
- pasteCommand;
- windowsCommands;
- cutCommand;
- servicesCommands;
- ProgressWindow;
- DestPath;
- decisionText;
- checkSpellingCommand;
- SourceTitle;
- editCommands;
- infoCommands;
- DestFileName;
- SourcePathTitle;
- StatusTitle;
- prefPanel;
- DestTitle;
- quitCommand;
- ProgressMeter;
- hideCommand;
- Status;
- DestPathTitle;
- SourcePath;
- decisionWindow;
- listener;
- converterInst;
- };
- SUPERCLASS = ResultObject;
- };
- MacToNeXTText = {
- SUPERCLASS = TextConverter;
- };
- AbstractConverter = {
- ACTIONS = {
- ReportTo:;
- };
- OUTLETS = {
- myManager;
- };
- SUPERCLASS = ResultObject;
- };
- ResultObject = {
- SUPERCLASS = Object;
- };
- PictController = {
- ACTIONS = {
- ChangePSCodeSet:;
- ChangeCharConversion:;
- ChangeCommentProcessing:;
- ChangePacking:;
- displayPreferences:;
- ChangeCLUTuse:;
- };
- OUTLETS = {
- PicCommentItem;
- ColorTableButton;
- CompressButton;
- ConvertAllCharsButton;
- ConvertCommand;
- PSCodeSetButton;
- };
- SUPERCLASS = ConvertController;
- };
- PSFile = {
- SUPERCLASS = TextFile;
- };
-